home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / simplediff.fpl.readme < prev    next >
Text File  |  1996-03-26  |  716b  |  24 lines

  1. ############################################
  2. File: SimpleDiff.FPL
  3. Author: Kjell Ericson
  4. Email: kjer@netcom.se, FidoNet 2:201/328
  5. Short description: Check for differences between two buffers
  6. Version: 1.0
  7. Date: 1.8.94
  8. Local settings:
  9. Global settings:
  10. Keysequence: 'Alt num5'
  11. Type: key
  12. Prereq:
  13. ############################################
  14.  
  15. FUNCTION
  16.  
  17.   This function will check the current view, with the next view, for differences.
  18. It will start the scan from the cursor position, and only react when a line
  19. mismatch from the other buffer.  The mismatched line will be graphical reversed
  20. in one view, and the cursor will be placed on the other line.
  21.  
  22.   The function is assigned to 'Alt' and 5 on the numeric keyboard.
  23.  
  24.